getPlaylist

open fun getPlaylist(): Playlist

Gets the associated with this control, if any.

If this control is responsible for rendering content from a playlist (e.g., a media player zone), this method returns that playlist.

Retrieves the com.reveldigital.player.api.Playlist associated with this ComboView's com.reveldigital.player.api.Module.

This method is part of the RevelControl interface.

Return

The Playlist object if the internal module is not null and has a playlist; otherwise, returns null.